home *** CD-ROM | disk | FTP | other *** search
- __/| ____/\__ ____/\
- !o | !o Vo .\\
- ||| |___|: |____|| | \\\\:-
- -:|||: | |___ :|: | .\\
- ||. | |sc | o|. | /
- |______ |________| ______/
- ~~~~~~~\|PRESENTS|/~~~~~~
-
- Some useful disk tools
-
- CODED BY CATH OF LSD
-
- Name: - TrackINS
- Description: - Puts a file directly onto the tracks of a floppy disk starting
- at a specified track, uses DF0:.
- Usage: - TrackINS filename track_number
-
- -=-
-
- Name: - BlockINS
- Description: - Puts a file directly onto the tracks of a floppy disk starting
- at a specified block, uses DF0:.
- Usage: - BlockINS filename block_number
-
- -=-
-
- Name: - CuteSum
- Description: - Calculates or clears the checksum of a floppy disk
- Usage: - CuteSum drive_number [CLEAR]
-
- -=-
-
- Name: - BlockRead
- Description: - Reads the blocks of a disk from a specified block for a specified
- length and saves it to the specified filename, Uses DF0:.
- Usage: - BlockRead savefile block_to_read_from length_to_read_for
- Sample: - BlockRead ram:test 880 2 (Saves RootBlock +1 to file ram:test)
-
- end.